home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility3 / jfklib.zip / JFKLIB.TXT < prev    next >
Text File  |  1991-05-11  |  3KB  |  114 lines

  1.  
  2.  
  3.                                 W I N D O W S + +
  4.                             C L A S S - L I B R A R Y
  5.  
  6.  
  7.                             for B O R L A N D   C + +
  8.                              and M S - W I N D O W S
  9.  
  10.  
  11.  
  12.                              (C) 1991 accent-Studio
  13.  
  14.  
  15.     Neither Zortech nor Borland C++ come with class for efficient program-
  16.     ming of applications for MS-Windows-environment.
  17.  
  18.     C++ is an object-oriented language, Windows an object-oriented
  19.     environment. These classes should be some kind of glue that connects
  20.     both systems ...
  21.  
  22.                          THESE CLASSES ARE PUBLIC DOMAIN!
  23.  
  24.     The following classes are enclosed:
  25.  
  26.                 MSGLOOP     generic message-loop used by the WINDOW
  27.                 WINDOW      generic window
  28.                 TOPLEVEL    generic TOPLEVEL-window
  29.  
  30.                 MDI         mdi-control
  31.                 MDICHILD    mdi-child-control
  32.  
  33.                 DLGTEMPLATE handling of the resource of dialog-boxes
  34.                 DIALOG      'dynamic' dialog-boxes
  35.                 ABOUT       generic AboutBox
  36.  
  37.  
  38.     The following examples are enclosed:
  39.  
  40.                 HELLO       'Hello World'
  41.                 MDIDEMO     'Multiple-document-interface-demonstration'
  42.  
  43.     Not provided with this package, but available as PD are:
  44.  
  45.                 FILEBOX
  46.                 OPENBOX
  47.                 SAVEBOX
  48.  
  49.                 BITMAP
  50.  
  51.     Not provided with this package, but available as ShareWare are:
  52.  
  53.                 PICTURE
  54.  
  55.                 CLIPBOARD
  56.                 DDE
  57.  
  58.  
  59.  
  60.     Quick Reference
  61.     ---------------
  62.  
  63.     The two demo-programs HELLO and MDIDEMO demonstrate the usage of
  64.     the classes. HELLO is a simple TOPLEVEL window, MDIDEMO is more
  65.     complex and includes MDI and MDICHILD classes.
  66.  
  67.     Ensure that your classes method WMCreate and WMDestroy ALWAYS
  68.     call WMCreate and WMDestroy of the predecessor classes.
  69.  
  70.  
  71.  
  72.     Documentation
  73.     -------------
  74.  
  75.     The classes are a lot simpler to understand than you think right
  76.     now. Just take the debugger and step through the demo-apps. If
  77.     you have troubles feel free contact me via NetMail.
  78.  
  79.     There is a very complex documentation available too. If you want
  80.     to receive this send cash first (25$ minimum)!
  81.  
  82.  
  83.  
  84.     Formating Hints
  85.     ---------------
  86.  
  87.     If you have troubles reading the source-code: Tabs should be
  88.     expanded to 4 spaces!
  89.  
  90.  
  91.  
  92.     Updates, Bugs & Improvments
  93.     ---------------------------
  94.  
  95.     I certainly would appreciate to get any hint that helps me to
  96.     improve this stuff. Contact me for update.
  97.  
  98.  
  99.  
  100.     Author's address
  101.     ----------------
  102.  
  103.     Wichtelgasse 12/14
  104.     A-1160 Vienna
  105.     Austria/Europe
  106.  
  107.     ++43-222-450-2376
  108.  
  109.     FidoNet:  Joachim Kainz, 2:310/11.11
  110.     InterNet: Joachim.Kainz@p11.f11.n310.z2.fidonet.org
  111.  
  112.  
  113.     Joachim Kainz, Vienna 11.5.91
  114.